home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / mar96 / jensf103.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  11KB  |  523x430  |  4-bit (7 colors)
Labels: text | electronics | screenshot | software | display | web page | computer icon | number | website | operating system
OCR: IDAPI Function Reference File Edit Bookmark Help Contents Search Back: History DbiDoRestructure Syntax DBIResult DBIFN DbiDoRestructure (hDb, iTblDescCount, prblDesc, pszSaveAs, [pszKeyviolName], [pszProblemsName], bAnalyzeOnly) ; Description DbiDoRestructure changes the properties of a table such as the following: modifying field types or field sizes, adding a field, deleting a field, rearranging fields; or changing indexes, security passwords, or referential integrity. Parameters Type: hDBIDb (Input) Specifies the database handle. iTblDescCount Type: UINT16 (Input) Specifies the number of table descriptors. Currently, only one table descriptor can be processed per call, so iTb/DescCount must be set to 1. pTblDesc Type: pCRTbIDesc (Input) Pointer to the client-allocated CRTbIDesc structure, which identifies the source table, describes the new record structure (if modified), and lists all other changes to the table pszSaveAs Type: pCHAR (Input) Optional. If not NULL, creates a restructured table with this name and leaves the original unchanged.